OnClientLoadingRows Property (TransposedMultiRow<T>)
In This Topic
Occurs before the grid rows are bound to the data source.
Syntax
'Declaration
<JsonAttribute(True,
2,
"loadingRows")>
Public Overridable Property OnClientLoadingRows As String
[Json(true,
2,
"loadingRows")]
public virtual string OnClientLoadingRows {get; set;}
See Also